SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 56131: SAS® Web Application Server continues to write to previous SAS Web Application Server log after roll-over occurs

DetailsAboutRate It

When the SAS Web Application Server log (SAS-configuration-directory\Lev1\Web\WebAppServer\SASServer1_1\server.log) reaches its size limit (10 MB in the default configuration), the current log is renamed server.log.1 and a new log instance of server.log is created. However, messages continue to be written to both logs.

To resolve this issue, add the following parameter to the appropriate setenv file (setenv.sh for UNIX; setenv.bat for Microsoft Windows) that resides in SAS-configuration-directory\Lev1\Web\WebAppServer\SASServer1_1\bin\.

  • For UNIX operating environments, add the following parameter:
    CATALINA_OUT="$CATALINA_BASE/logs/catalina.out"
  • For Windows operating environments, add the following parameter:
    set CATALINA_OUT=%CATALINA_BASE%\logs\catalina.out


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Web Application ServerSolaris for x649.49.49.4 TS1M09.4 TS1M2
Linux for x649.49.49.4 TS1M09.4 TS1M2
HP-UX IPF9.49.49.4 TS1M09.4 TS1M2
64-bit Enabled Solaris9.49.49.4 TS1M09.4 TS1M2
64-bit Enabled AIX9.49.49.4 TS1M09.4 TS1M2
Microsoft® Windows® for x649.49.49.4 TS1M09.4 TS1M2
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.